projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ba5f3
)
(kbd-macro-query): Pass proper format string to message.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 00:55:56 +0000
(
00:55
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 00:55:56 +0000
(
00:55
+0000)
lisp/macros.el
patch
|
blob
|
history
diff --git
a/lisp/macros.el
b/lisp/macros.el
index 69a95a35051e4c6ec68a56accf5c2bb25df3ea8f..5bf6560e5e657fec3705260828997156f9cd64f5 100644
(file)
--- a/
lisp/macros.el
+++ b/
lisp/macros.el
@@
-195,7
+195,7
@@
Your options are: \\<query-replace-map>
(while loop
(let ((key (let ((executing-macro nil)
(defining-kbd-macro nil))
- (message msg)
+ (message
"%s"
msg)
(read-event)))
def)
(setq key (vector key))